Use the ConvertJsonToString activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The ConvertJsonToString activity can be used to convert a JSON (JavaScript Object Notation) value into a string representation of a JSON object.

The ConvertJsonToString activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirement for the ConvertJsonToString activity is InputObject.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs InputObject The JSON object to convert.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to ConvertJsonToString by default.

Outputs OutputObject The converted string representation of the object.

ConvertJsonToString activity parameters

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Note: You can use the 'TrackingMessageActivity', from the Tribal Generic section of the Tribal Toolbox, succeeding the 'ConvertJsonToString' activity to track conversion.

Back to top